-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration document and add manage realm rights #57
Conversation
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
README.md
Outdated
--header 'Authorization: Bearer {admin_access_token}' \ | ||
--header 'Content-Type: application/json' \ | ||
--data '{ | ||
"userAttribute" : "eduPersonEntitlement", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should change to entitlements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
--header 'Content-Type: application/json' \ | ||
--data '{ | ||
"userAttribute" : "eduPersonEntitlement", | ||
"urnNamespace" : "urn%3Agrnett%3Aeosc-portal.eu", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to "urn%3Amace%3Aexample.org"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
--data '{ | ||
"userAttribute" : "eduPersonEntitlement", | ||
"urnNamespace" : "urn%3Agrnett%3Aeosc-portal.eu", | ||
"authority" : "aai.eosc-portal.eu" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to "authority" : "rciam.example.org" // Optional. It will be omitted from the group entitlements if not specified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation for config params of the validation rules will be improved in a next iteration. Other than that LGTM
No description provided.